Project

Blog Post

A daily journal where you can share post you have created with others on the home page using EJS template engine on the frontend and Expressjs to handle crud operations with Mongoose connecting to MongoDB Atlas to store all the post on the backend. Some of the dependencies used in the project are bodyParser and dotenv to handle the environment variables used for the db connection.

This project is deployed on heroku so initially it might take a few seconds for the dynos to restart if inactive but I plan to fix that by seperating the frontend and backend using seperate services for faster load times and better user experience. This is a project I would like to replicate with React native adding additonal features like notifications when a user made a new post